home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / GoldWave 5.08 / gwave508.exe / GoldWave.exe / 0 / RCDATA / TNEWSOUNDFORM / TNEWSOUNDFORM.txt
Encoding:
Text File  |  2004-06-10  |  3.6 KB  |  190 lines

  1. inherited NewSoundForm: TNewSoundForm
  2.   Left = 243
  3.   Top = 180
  4.   Caption = 'New Sound'
  5.   ClientHeight = 171
  6.   ClientWidth = 320
  7.   OldCreateOrder = False
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited ButtonOk: TButton
  11.     Left = 42
  12.     Top = 140
  13.     TabOrder = 3
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 122
  17.     Top = 140
  18.     TabOrder = 4
  19.   end
  20.   inherited ButtonHelp: THelpButton
  21.     Left = 202
  22.     Top = 140
  23.     TabOrder = 5
  24.     HelpKey = 'file_new'
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 4
  28.     Top = 4
  29.     Width = 183
  30.     Height = 73
  31.     Caption = ' Manual quality settings '
  32.     TabOrder = 0
  33.     object Channel: TComboBox
  34.       Left = 80
  35.       Top = 15
  36.       Width = 77
  37.       Height = 21
  38.       Style = csDropDownList
  39.       ItemHeight = 13
  40.       TabOrder = 1
  41.       Items.Strings = (
  42.         '1 (mono)'
  43.         '2 (stereo)')
  44.     end
  45.     object ChannelsLabel: TStaticText
  46.       Left = 24
  47.       Top = 17
  48.       Width = 51
  49.       Height = 17
  50.       Alignment = taRightJustify
  51.       Caption = 'Channels:'
  52.       TabOrder = 0
  53.     end
  54.     object Rate: TNumBox
  55.       Left = 80
  56.       Top = 42
  57.       Width = 79
  58.       Height = 21
  59.       TabStop = True
  60.       Value = 1000
  61.       Min = 1000
  62.       Max = 192000
  63.       PageChange = 10
  64.       LineChange = 100
  65.       Label = 'Sampling rate'
  66.       DropDownCount = 12
  67.       Items.Strings = (
  68.         '6000'
  69.         '7333'
  70.         '8000'
  71.         '11025'
  72.         '16000'
  73.         '22050'
  74.         '24000'
  75.         '32000'
  76.         '44100'
  77.         '48000'
  78.         '88200'
  79.         '96000'
  80.         '192000')
  81.       TabOrder = 3
  82.       Text = '100'
  83.       MaxLength = 7
  84.     end
  85.     object RateLabel: TStaticText
  86.       Left = 4
  87.       Top = 44
  88.       Width = 71
  89.       Height = 17
  90.       Alignment = taRightJustify
  91.       Caption = 'Sampling rate:'
  92.       TabOrder = 2
  93.     end
  94.     object RateBuddy: TBuddyUpDown
  95.       Left = 159
  96.       Top = 42
  97.       Width = 15
  98.       Height = 21
  99.       Associate = Rate
  100.       TabOrder = 4
  101.     end
  102.   end
  103.   object GroupBox2: TGroupBox
  104.     Left = 194
  105.     Top = 4
  106.     Width = 122
  107.     Height = 73
  108.     Caption = ' Preset quality settings '
  109.     TabOrder = 1
  110.     object Preset: TComboBox
  111.       Left = 11
  112.       Top = 30
  113.       Width = 100
  114.       Height = 21
  115.       Style = csDropDownList
  116.       ItemHeight = 13
  117.       TabOrder = 0
  118.       OnChange = PresetChange
  119.       Items.Strings = (
  120.         '<Manual>'
  121.         'Telephone'
  122.         'AM Radio'
  123.         'FM Stereo'
  124.         'CD Audio'
  125.         'DAT'
  126.         'DVD 24/96k')
  127.     end
  128.   end
  129.   object GroupBox3: TGroupBox
  130.     Left = 4
  131.     Top = 81
  132.     Width = 312
  133.     Height = 51
  134.     Caption = ' Duration '
  135.     TabOrder = 2
  136.     object Time: TTimeBox
  137.       Left = 178
  138.       Top = 18
  139.       Width = 92
  140.       Height = 21
  141.       TabStop = True
  142.       Value = 60
  143.       Min = 0.010000000000000000
  144.       Max = 1000000
  145.       Decimal = -3
  146.       PageChange = 10
  147.       LineChange = 60
  148.       Label = 'Length'
  149.       Items.Strings = (
  150.         '1.0'
  151.         '2.0'
  152.         '5.0'
  153.         '10.0'
  154.         '30.0'
  155.         '1:00.0'
  156.         '2:00.0'
  157.         '5:00.0'
  158.         '10:00.0'
  159.         '30:00.0'
  160.         '1:00:00.0'
  161.         '2:00:00.0'
  162.         '3:00:00.0'
  163.         '5:00:00.0'
  164.         '10:00:00.0'
  165.         '24:00:00.0')
  166.       TabOrder = 1
  167.       Text = '1:00.000'
  168.       MaxLength = 20
  169.       Caption = '1:00.000'
  170.     end
  171.     object LengthLabel: TStaticText
  172.       Left = 21
  173.       Top = 20
  174.       Width = 152
  175.       Height = 17
  176.       Alignment = taRightJustify
  177.       Caption = 'Initial file length (HH:MM:SS.T):'
  178.       TabOrder = 0
  179.     end
  180.     object TimeBuddy: TBuddyUpDown
  181.       Left = 270
  182.       Top = 18
  183.       Width = 15
  184.       Height = 21
  185.       Associate = Time
  186.       TabOrder = 2
  187.     end
  188.   end
  189. end
  190.